@charset "utf-8";
/* CSS Document */
footer{
position: static;
left: 0;
bottom: 0;
padding: 15px 30px;
width: 100%;
background-color: gray;
color: white;
text-align: center;
font-size: 30px

}
header{
List-style-type: none;
Margin: 0;
Padding: 0;
overflow: visible;
background-color: slategray;
padding: 10px 20px;
}